home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d10 / credcrd3.arc / CCS30.DOC next >
Text File  |  1989-12-17  |  8KB  |  165 lines

  1. √0,80
  2.                             CREDIT CARD SECURITY.DOC
  3.                                   Version 3.0
  4.  
  5. Almost everyone has at least one bank, department store, and gasoline
  6. credit card. But what if you should lose your credit cards through
  7. theft or damage. Do you know where to write to notify the credit
  8. card company? Do you know where all of those papers that
  9. came with your cards are? Probably not.
  10.  
  11. You can pay to have a private company notify all those credit card companies,
  12. or you can have your PC keep track of your cards for you.
  13.  
  14. Credit Card Security is a simple menu operated, data handling program
  15. that uses sequential files to store credit card information. And should
  16. the need arise, the program prints out a form letter to each of the
  17. credit card companies that you designate, notifying them of the loss,
  18. and requesting a replacement card.
  19.  
  20. Each time the program is run you will be asked for the Drive and Path
  21. for the program to search for your data file. This file will be made by
  22. the program when you first enter your credit card information. The
  23. program will name the file CREDCARD.DAT.
  24.  
  25.                          ENTERING DRIVE and PATH NAMES
  26.  
  27. If you are using a floppy disk to store your data, you would enter A: or B:;
  28. depending on which drive you have your data disk in. If you have your data in a
  29. directory on the floppy, other than the one that the credit card program is in
  30. then enter the sub-directory name followed by a back slash. Example:
  31. B:\CREDCARD\. If you are using a hard drive, and your data file is in the same
  32. directory as the credit card program, then enter only the drive letter and a
  33. semi-colon (Example: C:). If your data is in a different directory other then
  34. the one that the program is in, then enter the drive and path name followed by a
  35. back slash (Example: C:\CREDCARD\). 
  36.  
  37. The program has six selections. The first selection displays the names, account
  38. numbers, and expiration dates of the cards, and displays them on your screen or
  39. prints them to your printer. Be sure that your printer is designated as LPT1.
  40. You should make at least one hard copy for your records. If this is the first
  41. time that you are using the program, then you should start with selection number
  42. two; and enter your data. When displaying the file, the program will stop after
  43. every 10 entries, so that none of the entries will scroll off of the screen.
  44. press ENTER to display the next group of entries.
  45.  
  46. The second selection lets you add additional credit cards to your file
  47. or create a new file. The program is set up to receive up to 50
  48. entries. You'll be prompted for the name , account number, expiration
  49. date, and the mailing address to write to in case your cards are lost
  50. or damaged. When you have finished entering each entry, you'll be asked
  51. to verify the information. Enter 'end' or 'END' at the credit card name
  52. prompt to exit. The file will then be written to the drive and path that
  53. you specified. If you are adding to an existing file, the data will be
  54. appended to the existing file.
  55.  
  56. The third selection requires that you have a printer attached as LPT1
  57. to your PC. The program will display the name of each credit card that
  58. it has on file, and as each is displayed, you're asked if you want that
  59. company notified. If your answer is no, the next card name is shown. If
  60. your answer is yes, you'll be asked if the card was lost or destroyed.
  61. The program will then print a form letter to that company, notifying
  62. them of the lost or damage and requesting a new card. After the letter
  63. is printed, the program will display the name of the next credit card
  64. on file and the process will repeat until all the letters you want have
  65. been printed.
  66.  
  67. The forth selection, allows you to delete a card that you have on file.
  68. You will be asked to enter the name of the card exactly as it was
  69. entered into the file. If you are not sure how you entered it, you
  70. should either make a hard copy of all of your cards, or display them
  71. first on your monitor. Use selection 1 for either of these. If the pro
  72. gram finds a match in your file, it will display the card name, account
  73. number, and expiration date on your monitor. You are then asked if this
  74. is the card that you want to delete. If it is the enter 'Y' or 'y'. If
  75. not, then enter 'N' or 'n'. If you answer yes the card will be deleted
  76. and the program will overwrite your existing file with a new file of
  77. the same name.
  78.  
  79. The fifth selection allows you to encode or decode your data file. Option one
  80. will encode the file using a number between 1 and 254. You can not use the
  81. number 13 because under certain conditions it encodes a carriage return as an
  82. end of file marker, thus preventing you from decoding the entire file. Don't
  83. worry because the program is setup to trap the number 13 if you enter it as a
  84. code number, and prompts you to enter another number. Be sure that you write
  85. the number that you use to encode the file down, and keep it in a safe place,
  86. because you will need to re-enter this number in order to be able to decode the
  87. file. The encode file will have the name CREDCARD.ENC, and after it is created,
  88. you will be asked if you want to delete the uncoded (CREDCARD.DAT) file.
  89.  
  90. Option two will decode the CREDCARD.ENC file back to CREDCARD.DAT. When prompted
  91. to do so enter the number that you used to encode the file. After the file is
  92. decoded you are asked if you want to delete the encode (CREDCARD.ENC) file.
  93. Remember that if you have encoded the file, you must encode the file before you
  94. can use the rest of the program.
  95.  
  96. The third option will return you to the main menu of the program.
  97.  
  98. The sixth selection will allow you to exit the program.
  99.  
  100.  
  101.  
  102.  
  103.  
  104.                      SHAREWARE/LICENSE AGREEMENT
  105. SHAREWARE
  106.     It is extremely expensive to bring a software product to the market
  107. in today's environment. The user supported software concept known as
  108. SHAREWARE provides a method whereby individual authors and small
  109. companies can market their products without incurring staggering
  110. advertising and promotional costs.
  111.     The user benefits in two ways. First, the user may test the
  112. product before purchasing and second, the user receives a quality
  113. product at low cost.
  114.     This concept can only work with your support. If you find that you
  115. can use this product (or any other user supported software package),
  116. then we would appreciate a contribution to help defray the cost of
  117. this product and further development of new products.
  118.     We suggest a contribution of $5.00 per machine, but any amount
  119. will be greatly appreciated.
  120.     Please note, that only registered users will be notified of updates.
  121.  
  122. Please send contributions to:
  123.  
  124.                               R. KUPFER
  125.                         c/o INTREX CORPORATION
  126.                             P.O. BOX 1056
  127.                         STURBRIDGE, MA. 01566
  128.  
  129.  
  130.                                   REGISTRATION
  131.  
  132. Name: ---------------------------------------------------------------
  133.  
  134. Company: ------------------------------------------------------------
  135.  
  136. Address: ------------------------------------------------------------
  137.  
  138. City: ---------------------------  State: ----  Zip: ------------
  139.  
  140. Program Title: ------------------------------------------------------
  141.  
  142. Version Number: ----------                Telephone: ----------------
  143.  
  144. Comments:
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155. Contribution: $ -----------                   Number of Machines: ------
  156.  
  157. (Suggested payment is $5.00 per machine; but any amount is appreciated)
  158.  
  159. Mail to:
  160.  
  161.                                INTREX CORPORATION
  162.                                  P.O. BOX 1056
  163.                         STURBRIDGE, MASSACHUSETTS 01566
  164.  
  165.